func crypto/rsa.fipsError2
5 uses
crypto/rsa (current package)
fips.go#L120: return fipsError2(rsa.SignPSS(random, k, h, digest, saltLength))
fips.go#L249: return fipsError2(rsa.EncryptOAEP(hash, mgfHash, random, k, msg, label))
fips.go#L306: return fipsError2(rsa.DecryptOAEP(hash, mgfHash, k, ciphertext, label))
fips.go#L353: return fipsError2(rsa.SignPKCS1v15(k, hashName, hashed))
fips.go#L414: func fipsError2[T any](x T, err error) (T, error) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)